バージョン

GetEnumerator メソッド (SafeDictionary<TKey,TValue>)

コレクションで反復する列挙体を返します。
シンタックス
'宣言
 
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of TKey,TValue))
public System.Collections.Generic.IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()
参照

オンラインで表示: GitHub